projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce8f7cc
)
Add an autoload form for calendar-print-julian-date.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 19 Aug 1997 02:32:26 +0000
(
02:32
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 19 Aug 1997 02:32:26 +0000
(
02:32
+0000)
lisp/calendar/calendar.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/calendar.el
b/lisp/calendar/calendar.el
index 53273950b869fc7daee616203d11af2c5f5f836c..3263ece13336846fae4859e3814f1a3e969de98d 100644
(file)
--- a/
lisp/calendar/calendar.el
+++ b/
lisp/calendar/calendar.el
@@
-1502,6
+1502,10
@@
Gregorian date Sunday, December 31, 1 BC.")
"Move cursor to Julian DATE; echo Julian date unless NOECHO is t."
t)
+(autoload 'calendar-print-julian-date "cal-julian"
+ "Show the Julian calendar equivalent of the date under the cursor."
+ t)
+
(autoload 'calendar-julian-date-string "cal-julian"
"String of Julian date of Gregorian DATE.
Defaults to today's date if DATE is not given.